TSTP Solution File: SEV196^5 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SEV196^5 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.S05vyWpMqc true

% Computer : n003.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 19:59:58 EDT 2023

% Result   : Theorem 0.22s 0.77s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   17 (   4 unt;   6 typ;   0 def)
%            Number of atoms       :   35 (  21 equ;   0 cnn)
%            Maximal formula atoms :    7 (   3 avg)
%            Number of connectives :  152 (  15   ~;  16   |;  12   &; 105   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (  10 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   4 con; 0-3 aty)
%            Number of variables   :   43 (   0   ^;  31   !;  12   ?;  43   :)

% Comments : 
%------------------------------------------------------------------------------
thf(a_type,type,
    a: $tType ).

thf(c0_type,type,
    c0: a ).

thf(sk__type,type,
    sk_: a > a > a > $o ).

thf(x_type,type,
    x: a ).

thf(cP_type,type,
    cP: a > a > a ).

thf(y_type,type,
    y: a ).

thf(cS_JOIN_LEM2_pme,conjecture,
    ! [R: a > a > a > $o] :
      ( ! [Xa: a,Xb: a,Xc: a] :
          ( ( ( ( Xa = c0 )
              & ( Xb = Xc ) )
            | ( ( Xb = c0 )
              & ( Xa = Xc ) )
            | ? [Xx1: a,Xx2: a,Xy1: a,Xy2: a,Xz1: a,Xz2: a] :
                ( ( R @ Xx2 @ Xy2 @ Xz2 )
                & ( R @ Xx1 @ Xy1 @ Xz1 )
                & ( Xc
                  = ( cP @ Xz1 @ Xz2 ) )
                & ( Xb
                  = ( cP @ Xy1 @ Xy2 ) )
                & ( Xa
                  = ( cP @ Xx1 @ Xx2 ) ) ) )
         => ( R @ Xa @ Xb @ Xc ) )
     => ( R @ ( cP @ x @ c0 ) @ ( cP @ c0 @ y ) @ ( cP @ x @ y ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [R: a > a > a > $o] :
        ( ! [Xa: a,Xb: a,Xc: a] :
            ( ( ( ( Xa = c0 )
                & ( Xb = Xc ) )
              | ( ( Xb = c0 )
                & ( Xa = Xc ) )
              | ? [Xx1: a,Xx2: a,Xy1: a,Xy2: a,Xz1: a,Xz2: a] :
                  ( ( R @ Xx2 @ Xy2 @ Xz2 )
                  & ( R @ Xx1 @ Xy1 @ Xz1 )
                  & ( Xc
                    = ( cP @ Xz1 @ Xz2 ) )
                  & ( Xb
                    = ( cP @ Xy1 @ Xy2 ) )
                  & ( Xa
                    = ( cP @ Xx1 @ Xx2 ) ) ) )
           => ( R @ Xa @ Xb @ Xc ) )
       => ( R @ ( cP @ x @ c0 ) @ ( cP @ c0 @ y ) @ ( cP @ x @ y ) ) ),
    inference('cnf.neg',[status(esa)],[cS_JOIN_LEM2_pme]) ).

thf(zip_derived_cl2,plain,
    ! [X0: a,X1: a,X2: a,X3: a,X4: a,X5: a,X6: a,X7: a,X8: a] :
      ( ( sk_ @ X0 @ X1 @ X2 )
      | ~ ( sk_ @ X3 @ X4 @ X5 )
      | ( X1
       != ( cP @ X4 @ X6 ) )
      | ( X0
       != ( cP @ X3 @ X7 ) )
      | ( X2
       != ( cP @ X5 @ X8 ) )
      | ~ ( sk_ @ X7 @ X6 @ X8 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl6,plain,
    ! [X3: a,X4: a,X5: a,X6: a,X7: a,X8: a] :
      ( ~ ( sk_ @ X7 @ X6 @ X8 )
      | ~ ( sk_ @ X3 @ X4 @ X5 )
      | ( sk_ @ ( cP @ X3 @ X7 ) @ ( cP @ X4 @ X6 ) @ ( cP @ X5 @ X8 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl2]) ).

thf(zip_derived_cl3,plain,
    ~ ( sk_ @ ( cP @ x @ c0 ) @ ( cP @ c0 @ y ) @ ( cP @ x @ y ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl7,plain,
    ( ~ ( sk_ @ x @ c0 @ x )
    | ~ ( sk_ @ c0 @ y @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl3]) ).

thf(zip_derived_cl1,plain,
    ! [X0: a,X1: a,X2: a] :
      ( ( sk_ @ X0 @ X1 @ X2 )
      | ( X1 != c0 )
      | ( X0 != X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    ! [X2: a] : ( sk_ @ X2 @ c0 @ X2 ),
    inference(simplify,[status(thm)],[zip_derived_cl1]) ).

thf(zip_derived_cl0,plain,
    ! [X0: a,X1: a,X2: a] :
      ( ( sk_ @ X0 @ X1 @ X2 )
      | ( X0 != c0 )
      | ( X1 != X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4,plain,
    ! [X2: a] : ( sk_ @ c0 @ X2 @ X2 ),
    inference(simplify,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl9,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl7,zip_derived_cl5,zip_derived_cl4]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SEV196^5 : TPTP v8.1.2. Released v4.0.0.
% 0.13/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.S05vyWpMqc true
% 0.14/0.35  % Computer : n003.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu Aug 24 03:03:22 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.36  % Running in HO mode
% 0.22/0.66  % Total configuration time : 828
% 0.22/0.66  % Estimated wc time : 1656
% 0.22/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.22/0.73  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.22/0.74  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.22/0.77  % Solved by lams/40_c.s.sh.
% 0.22/0.77  % done 3 iterations in 0.009s
% 0.22/0.77  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.22/0.77  % SZS output start Refutation
% See solution above
% 0.22/0.77  
% 0.22/0.77  
% 0.22/0.77  % Terminating...
% 1.54/0.87  % Runner terminated.
% 1.54/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------